You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > BinaryAnd Method > TMtxVecInt.BinaryAnd Method ([In] TMtxVecInt, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.BinaryAnd Method ([In] TMtxVecInt, int, int, int)

Apply binary "and" between coresponding elements in Src and Self.

Syntax
C#
Visual Basic
public TMtxVecInt BinaryAnd([In] TMtxVecInt Src, int SrcIndex, int Index, int Len);

the result of binary "and" of Src values [SrcIndex]...[SrcIndex+Len-1] with coresponding values in Self (this) [Index]..[Index+Len-1].

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!